Minor whitespace fixes for flake8.
authorCorey Farwell <coreyf@rwell.org>
Tue, 3 May 2016 00:26:41 +0000 (20:26 -0400)
committerCorey Farwell <coreyf@rwell.org>
Tue, 3 May 2016 00:26:41 +0000 (20:26 -0400)
src/etc/install-deps.py

index ad0ba38c105b14532cb9dde75cc8b1d6eb499cbf..638461c22a713f5ecaad7f5b74fe2e675eac5235 100644 (file)
@@ -13,7 +13,6 @@ else:
     extra_bits = 'i686'
 
 
-
 # Figure out our target triple
 if sys.platform == 'linux' or sys.platform == 'linux2':
     host = host_bits + '-unknown-linux-gnu'
@@ -68,6 +67,7 @@ def install_via_tarballs():
         shutil.rmtree("rustc")
     os.rename("rustc-install", "rustc")
 
+
 def fetch_std(target):
     fname = 'rust-std-nightly-' + target + '.tar.gz'
     print("adding target libs for " + target)